home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_1 / arqreq11.ads < prev    next >
Text File  |  1995-06-07  |  3KB  |  149 lines

  1.            ADS Zone: 1
  2.      ADS Hatch Site: Paul Miller
  3.        ADS Position: ADS Zone 1 STAR
  4.            BBS Name: Lonely Mountain BBS
  5.     Phone Number(s): 804-827-0726
  6.     Network Address: 1:271/292  
  7.      Network Region: 13    
  8.           BBS Hours: 24 Hrs/Day
  9. BBS Mailer/Software: Mebbs-Net Pro BBS
  10.   BBS Storage Space: 2250 Megs + 8 CD Roms
  11.   File Requestable :  <X> Y     < > N
  12. File Request Hours : All The Time
  13. Short:  Replacement for RequestChoice command (Full Arq support).
  14. Author: Alessandro.Zummo@p10.f525.n335.z2.fidonet.org
  15. Type:   util/cli
  16.  
  17.  
  18.                                 ArqReq 1.1
  19.                                 ----------
  20.  
  21.                        A RequestChoice that uses Arq
  22.  
  23.                    Copyright ⌐ 1995 By Alessandro Zummo
  24.  
  25.                            Fidonet 2:335/525.10
  26.  
  27.                                  MatrixWare
  28.  
  29. NAME
  30.  
  31.    ArqReq         executable
  32.    ArqReq.doc     doc
  33.  
  34.  
  35. CONTENTS
  36.  
  37.    of ArqReq archive (ArqReq_11.LHA)
  38.   
  39.      ArqReq        2304 bytes
  40.      ArqReq.doc         2542 bytes
  41.  
  42.  
  43. REQUIREMENTS
  44.  
  45.    Kickstart/Workbench V36.
  46.  
  47.    Arq 1.64 (Only if you want to use Arq features.)
  48.  
  49. FUNCTION
  50.  
  51.    This program build a requester and wait a response
  52.    from the user, then a result code will be showed.
  53.    The return code is 0 for the rightmost gadget,
  54.    and a normal numbering for the other gadgets
  55.    (1, 2, 3, ..., N, 0 like RequestChoice).
  56.    
  57.    If you use Arq, you can select the image
  58.    that will appair in window. (ID option)
  59.  
  60.    You can also get the image from an icon
  61.    (ICON option). You can also specify
  62.    the distance from the top and left 
  63.    borders of the requester window (TOP & LEFT option).
  64.    
  65. SYNOPSIS
  66.  
  67.    TITLE/A,BODY/A,GADGETS/A/M,ID/N,ICON/K,LEFT/N,TOP/N
  68.  
  69.  
  70. INPUTS
  71.  
  72.    TITLE/A       - The title of the requester.
  73.  
  74.    BODY/A        - The text that will be showed
  75.                   in the requester
  76.  
  77.    GADGETS/A/M     - The response gadgets.
  78.  
  79.    ID/N         - Id of the Arq image (see below).
  80.  
  81.    ICON/K        - The icon that will be showed
  82.                   in the requester.
  83.                   (Write the name with or
  84.                    without .info extension).
  85.  
  86.    LEFT/N        - Distance of the icon from
  87.                   the left border.
  88.  
  89.    TOP/N        - Distance of the icon from
  90.                   the top border.
  91. IDs
  92.  
  93.     0 - Info
  94.     1 - Insert Disk
  95.     2 - Delete
  96.     3 - Guru
  97.     4 - Read/Write Error
  98.     5 - Write Protect
  99.     6 - Printer
  100.     7 - Question
  101.     8 - Exclam
  102.  
  103.  
  104. COPYRIGHT
  105.  
  106.    ArqReq 1.1 is MatrixWare and may be copied free, as long
  107.   
  108.    as it is distribuited complete with documentation.
  109.  
  110.    If you like it, I hope that you send me a matrix.
  111.  
  112.    Use ArqReq at your own risk.
  113.  
  114.    The author may not be made responsible for damage caused by
  115.  
  116.    use of this program.
  117.  
  118.    ArqReq 1.1 is Copyright ⌐ 1995 By Alessandro Zummo.
  119.  
  120.    Arq is Copyright ⌐ 1990-1995 by Martin Laubach.
  121.  
  122.  
  123. BUGS
  124.  
  125.    What bugs??? :)
  126.  
  127.  
  128. AUTHOR
  129.  
  130.    The author is Alessandro Zummo.
  131.   
  132.    To contact him, write a matrix at the follow Fidonet address:
  133.  
  134.    Alessandro Zummo 2:335/525.10
  135.  
  136.  
  137.  
  138. HISTORY
  139.  
  140.    ArqReq 1.1 (16.1.95)
  141.  
  142.        First public release.
  143.  
  144. GREETINGS
  145.  
  146.    - Commodore, for OS 3.0.
  147.    
  148.    - Martin Laubach, for Arq.
  149.